Oh! we might be able to place comments in the Data section after the 
semi-colon, test that too!

pseudo-code

'setup for loop
27 = 1 start of line
17 = next space
Center print title
Center print Sentence 10
17 = instr1 10 16  first scan starts at 1
do
if not 17
	14 = A24 mid1 10, 27
	ctr print 14
	exit loop
else
	'17 = new loc
	18 = 17 - 27
	14 = A 25 mid2 10, 27, 18
	A 20 ctr p 14
	27 = 17 + 1
	17 = instr2 27 10 16
	
end if
loop
A20 ctr p done B19 p
{9};dummy for Functions that don't return anything
{10}In vain the rain in Spain falls mainly on the plain. What's to gain ?;
{11}NOT; test function long over due!
{12}INSTR1; test this newer one
{13}INSTR2; and this newer one too
{14}; word place
{15}1; start an index with this
{16} ; this is a space, hopefully, what we will be searching for in 10
{17}; this is reserved for space locations
{18}; this is reserved for calc 17 - 27  then - 1 for mid section
{19}Done B+;
{20}CTR; the center print function
{22}Testing both MID, both INSTR, NOT and comments in data / memory section.;
{24}MID1;    2 para MID$ to end
{25}MID2;    3 para MID$ a section start and length
{27}1;  last space + 1
{0}
A20 B22 F9 P
B10 F9 P
A12 B10 C16 F17
[
A11 B17 F0 
I
	A24 B10 C27 F14
	A20 B14 F9 P
	X
E
	A17 B27 ~ M18
	A25 B10 C27 D18 F14
	A20 B14 F9 P
	A17 B15 + M27
	A13 B27 C10 D16 F17
N
]
A20 B19 F9 P
